ec76504d008262e074f67959f1a7893097ef5329,src/main/java/jeresources/collection/TradeList.java,TradeList,addITradeList,#EntityVillager.ITradeList#,56

Before Change


            if (maxBuy1 < merchantRecipe.getItemToBuy().stackSize)
                maxBuy1 = merchantRecipe.getItemToBuy().stackSize;
            if (buy2 != null && maxBuy2 < merchantRecipe.getSecondItemToBuy().stackSize)
                maxBuy2 = merchantRecipe.getSecondItemToBuy().stackSize;
            if (maxSell < merchantRecipe.getItemToSell().stackSize)
                maxSell = merchantRecipe.getItemToSell().stackSize;
        }

After Change


            if (maxBuy1 < merchantRecipe.getItemToBuy().func_190916_E())
                maxBuy1 = merchantRecipe.getItemToBuy().func_190916_E();
            if (buy2 != null && maxBuy2 < merchantRecipe.getSecondItemToBuy().func_190916_E())
                maxBuy2 = merchantRecipe.getSecondItemToBuy().func_190916_E();
            if (maxSell < merchantRecipe.getItemToSell().func_190916_E())
                maxSell = merchantRecipe.getItemToSell().func_190916_E();
        }